home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Demos / DE_HyperCube / HyperCube.app / exceptAP.strings < prev    next >
Encoding:
Text File  |  1992-09-14  |  5.3 KB  |  55 lines

  1. /* Used in this case for sliders, but applies to any set pair. */
  2. "AP_MinGreaterThanMax" = "The  Minimum value cannot be larger than the Maximum value.";
  3. /* Used in this case for sliders, but applies to any set pair. */
  4. "AP_MaxLessThanMin" = "The  Maximum value cannot be smaller than the Minimum value.";
  5. /* [a floating point number that was out of range, a floating point number that is the limit] */
  6. "AP_ValueExceedsLimit" = "The  value %f  exceeds the limit of  %f .\n";
  7. /* [a floating point number that was out of range] */
  8. "AP_FloatValueOutOfRange" = "The  value %f  is out of range.\n";
  9. /* [a string containing the command/feature (and describing it as such) ; the name of the command/feature again] */
  10. "AP_NotYetImplemented" = "The  %s is not yet completed. \n\nHowever; the next version of HyperCube will certainly razzle you with %s and dazzle you with other imaginative commands and tools.\n";
  11. /* [a Nib file's name]   This is a very unlikely exception. */
  12. "AP_LoadNibFailed" = "An attempt to load the Nib file %s has failed.\n";
  13. /* [an object name]   This is a very unlikely exception. */
  14. "AP_CellReorderFailed" = "An attempt to reorder %s cells has failed.\nThe order of the cells will revert to its previous state.";
  15. /* This is a very unlikely exception. */
  16. "AP_CantCopyMemory" = "An unusual error has occured.\nAn attempt to move data in memory has failed. Data integrity is at risk.";
  17. /* [shortname of the page]     This is a very unlikely exception. */
  18. "AP_CantFindStackObject" = "An unusual error has occured.\nPage %s could not find its stack.";
  19. /* [shortname of the stack] This is a very unlikely exception. */
  20. "AP_CantFindShLayerList" = "An unusual error has occured.\nCould not obtain the Shared Layer List for stack: %s.";
  21. /* a bad pointer was returned from a malloc().  */
  22. "AP_malloc" = "Memory Allocation Error.";
  23. /* TextStore should never pass an itemTag of 0, but it did. */
  24. "AP_CantCreateWithTag0" = "An unusual error has occured.\nTrapped an attempt to create a TextItem with a Field Tag of 0.";
  25. /* [iNum of layer; shortName of stack]  a shared layer was requested for an iNum not in the sharedLayers list */
  26. "AP_NoSharedLayerInStack" = "There is no Shared Layer ID %d in stack %s.";
  27. /* [document name]  failed to open the document for accessing its resources */
  28. "AP_CantOpenResourceDocument" = "Couldn't open resource document: %s";
  29. /* attempt was made to open a windowView without specifying a windowFrame */
  30. "AP_BadWindowFrame" = "Unexpected error: No WindowFrame specified (cannot create window).";
  31. /* [document name]  the document didn't have any WindowFrames defined in it, and we were unable to locate & open "HCDefaultWindowFrame" */
  32. "AP_NoWindowFrame" = "Couldn't locate a default WindowFrame for document %s.  Document not opened.";
  33. /* system failed to lockfocus on knob image for drawing */
  34. "AP_NoKnobImage" = "Unexpected error: Unable to draw image for resize knobs.";
  35. /* [pathname of .hcpages or .hctext file] couldn't open the specified file of the stack */
  36. "AP_CantOpenStack" = "Couldn't open Stack file: %s";
  37. /* "page zero" is the sharedLayers list -- reordering it is not allowed */
  38. "AP_AttemptToReorderPageAt0" = "Internal Error:  An attempt was made to reorder Page Zero.  Nothing reordered.";
  39. /* [document version of the document; current document version of the software] just what the message says.  (the name of the document is not displayed, because it is not available to the program at the point where the version is checked) */
  40. "AP_DocumentTooNew" = "The document being opened was created with a newer version of HyperCube (document revision level is %d).  The present software cannot read documents beyond revision level %d.";
  41. /* WindowView received request to set activeField when activeField was already set. */
  42. "AP_FieldEditingOutOfSync" = "Unexpected error:  Field editing is Out of Sync – editing two fields at once in one window.";
  43. /* [name of handler trying to execute; long name of actor; iNum of ScriptText object] actor's Script object shows we have a handler, but we don't even have a script. */
  44. "AP_NoScriptText" = "Internal Document Error:  Couldn't find text of script for handler %s in object %s (ScriptTextID = %d).";
  45. /* [textTag of unknown field; name of page]  Find located text in a field, but returned a textTag that does not correspond to any field on the page. */
  46. "AP_FoundUnknownTextTag" = "Unexpected error:  Found text in nonexistent field.  (textTag = %d, on page %s)";
  47. /* [moduleName of XModule]  User attempted to add a new .hcxmod file containing an XModule subclass already represented by an XResource object in this document. */
  48. "AP_XModuleAlreadyLoaded" = "XModule named `%s' is already loaded in this document.";
  49. /* [name of module]  Notifies the user that the named XModule was not added to the document. */
  50. "AP_XModuleNotLoaded" = "External module `%s' was not loaded in the document.";
  51. /* [className of object in whose script public handlers were found; number of public handlers found]  A script containing handlers labelled "public:" was saved for an object other than a CacheLayer. */
  52. "AP_PublicHandlersIgnored" = "Public handlers don't apply to %s objects.  The (%d) handlers labelled `public:' in this script were ignored.";
  53. /* [name or id number of the icon] Couldn't locate the specified icon anywhere.  Might also happen if all attempts to read an image file failed. */
  54. "AP_NoIconFound" = "Couldn't find the icon: %s.";
  55.